Determines whether the current value is equal to null reference (Nothing in Visual Basic).

Namespace: Keystone.Polaris
Assembly: Keystone (in Keystone.dll)

public static bool IsNull<TBaseValue>( 
this TBaseValue valueOf 
)
This language is not supported or no code example is available.

Type Parameters

TBaseValue

The type of the current value.

Parameters

valueOf

Type: TBaseValue

The current value.

Return Value

true if the current value is null reference (Nothing in Visual Basic); otherwise, false.

Windows, Windows Server, OS X, macOS, iOS, tvOS, Android, Linux, AWS, Azure

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 4.6

Others

Xamarin, Mono